//==============================================================================
// Runestone_anim.txt
//==============================================================================

import Construction_defines_anim.txt	

//==============================================================================
anim Idle
{
   SetSelector
   {
      ConstructionLogic 0 66
      set hotspot
      {
         version
         {
            Visual World N Runestone
                    }
                }
                set hotspot
                {
                    version
                    {
                        Visual Building Construction XSmall A
                        connect CHIN N_Small_Brick hotspot
                        connect ATTACHPOINT N_Long_Brick hotspot
                    }
                }
                set hotspot
                {
                    version
                    {
                        Visual Building Construction XSmall B
                        connect CHIN E_Small_Brick hotspot
                        connect ATTACHPOINT N_Long_Brick hotspot
                    }
                }
   }
}


